Jump to content

Sagemath: Difference between revisions

From swMATH staging
No edit summary
Tag: Manual revert
test code block
Tags: Reverted Visual edit
Line 1: Line 1:
this is a test page for sagemath software
this is a test page for sagemath software
<syntaxhighlight lang="php">
<?php
echo 'Hello, World!';
?>
</syntaxhighlight>

Revision as of 17:20, 11 September 2023

this is a test page for sagemath software

<?php
echo 'Hello, World!';
?>