Added server example

This commit is contained in:
Eduard Urbach 2025-02-06 12:49:17 +01:00
parent d4f9071ee4
commit f36b1f6c7c
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
5 changed files with 71 additions and 7 deletions

View file

@ -1,5 +1,5 @@
main() {
writeToMemory(0)
writeToMemory(42)
}
writeToMemory(p Pointer) {