diff options
author | Oskar <[email protected]> | 2024-09-16 18:10:18 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-09-16 18:10:18 +0200 |
commit | f8b740c5b083cbb2d755b8d1adb7dea41563c9ac (patch) | |
tree | 3d43d53a3b198e0053a8cb717b472b107b2a490f /6p52.cpp | |
parent | df2ff7d92c25269d05a0bae75e0de8abd63a23d0 (diff) |
more
Diffstat (limited to '6p52.cpp')
-rw-r--r-- | 6p52.cpp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/6p52.cpp b/6p52.cpp new file mode 100644 index 0000000..e2b4925 --- /dev/null +++ b/6p52.cpp @@ -0,0 +1,19 @@ + +/* + * + * 6.52 + * + * + */ + +int main () { + + /* + void manip(int, int); + double dobj; + (a) manip(āaā, āzā); // Rank 3 + (b) manip(55.4, dobj); // Rank 4 + + */ + return 0; +} |