annotate wisdom/final @ 11950:2b46edb21685 draft

<ais523> ` printf \'#include <stdio.h>\\nint main(void) { float C = 4.0; printf("%f", C/C++); }\' | gcc -Wall -Wextra -x c /dev/stdin
author HackEso <hackeso@esolangs.org>
date Thu, 19 Sep 2019 17:55:31 +0000
parents 4aa331962269
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11547
4aa331962269 <int-e> slwd final//s=,=;=
HackEso <hackeso@esolangs.org>
parents: 11546
diff changeset
1 "final" is an annotation in Java; it means the marked code will not be changed anymore and is a final version.