chore: delete comments

This commit is contained in:
appellet 2025-05-30 02:01:17 +02:00
parent fdb07e1c00
commit 371afdbd0e

View file

@ -20,10 +20,7 @@ def channel(x):
return Y
if __name__ == "__main__":
# Read input.txt
x = np.loadtxt("input.txt")
# Pass through channel
y = channel(x)
# Write output.txt
np.savetxt("output.txt", y)
print("Channel output written to output.txt")