Hong-Phuc Bui
2025-10-17 0079221776106e3ca91076938e80d37e38eacc29
textbased-programms/point-to-text.js
@@ -5,7 +5,7 @@
import {terminal} from "./dfhi.js";
window.main = function(...argv) {
window.main = (...argv) => {
   let points = Number.parseFloat(argv[0]);
   if (points < 0) {
      terminal.printl("Kein gültiger Punkt");