1
0
Fork 0
This repository has been archived on 2023-05-11. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
lesson-go_problems/2-map-in-rust/Makefile
2020-11-17 08:24:42 +05:00

5 lines
48 B
Makefile

all: main
./main
main: main.rs
rustc main.rs