mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-14 22:33:43 +00:00
5 lines
42 B
C
5 lines
42 B
C
int main() {
|
|
float a = 0.5;
|
|
return 0;
|
|
}
|