]> gitweb.factorcode.org Git - factor.git/commitdiff
Changed a spelling
authorRibozymeR <uqrnh@student.kit.edu>
Sat, 29 Jul 2023 21:30:57 +0000 (23:30 +0200)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 29 Jul 2023 23:15:10 +0000 (16:15 -0700)
extra/project-euler/463/463.factor

index 0083173d0733383f9f1c606354074f414ce89c3d..bdd9b240b5e2538f79282491bc6f8a065e08946c 100644 (file)
@@ -1,4 +1,4 @@
-! Copyright (c) 2023 Cecilia Knรคbchen.
+! Copyright (c) 2023 Cecilia Knaebchen.
 ! See https://factorcode.org/license.txt for BSD license.
 USING: combinators kernel locals math math.functions project-euler.common ;
 IN: project-euler.463