mirror of
https://github.com/kanaka/mal.git
synced 2024-11-10 12:47:45 +03:00
8 lines
148 B
Plaintext
8 lines
148 B
Plaintext
project Step1_Read_Print is
|
|
|
|
for Object_Dir use "obj";
|
|
for Exec_Dir use ".";
|
|
for Main use ("step1_read_print.adb");
|
|
|
|
end Step1_Read_Print;
|