This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GDScript: | |
func _ready() -> void: | |
var begin = OS.get_ticks_usec() | |
var sum = 0; | |
for i in range(0, 100): | |
sum += 1 | |
print(sum) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- -------------------------------------------------------- | |
-- Host: irongete.com | |
-- Versión del servidor: 10.3.10-MariaDB-1:10.3.10+maria~bionic - mariadb.org binary distribution | |
-- SO del servidor: debian-linux-gnu | |
-- HeidiSQL Versión: 10.1.0.5464 | |
-- -------------------------------------------------------- | |
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; | |
/*!40101 SET NAMES utf8 */; | |
/*!50503 SET NAMES utf8mb4 */; |