mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-27 09:50:03 +00:00
Basic Comparisons
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
int main() {
|
||||
float a = 0.5;
|
||||
float b = 1.5;
|
||||
int c = a < b;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user