From bcc38555ea8da30afd8d0e8314e2ef8d02004a1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Tue, 14 Dec 2021 21:44:53 +0100 Subject: ne glej vsebine tega commita prosim --- inf/liga/test.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 inf/liga/test.c (limited to 'inf/liga/test.c') diff --git a/inf/liga/test.c b/inf/liga/test.c new file mode 100644 index 0000000..b412386 --- /dev/null +++ b/inf/liga/test.c @@ -0,0 +1,5 @@ +int main (void) { + int a = 123; + double b = 123.4; + return (b == a); +} -- cgit v1.2.3