Test Project Page

less than 1 minute read

Title 1

This is a test project page. Not a real page… just a test.

This is a link to the project repo : link.

Python code block:

  import numpy as np
  def test_function(x,y):
    z = np.sum(x,y)
    return z