1
0
Fork 0
This repository has been archived on 2023-05-11. You can view files and clone it, but cannot push or open issues or pull requests.
lesson-go_problems/2-map-in-rust/Makefile

6 lines
48 B
Makefile

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